home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / amms20d.lha / amms / mbbatch / com / english / delete_node.bat < prev    next >
DOS Batch File  |  1995-08-18  |  463b  |  33 lines

  1. ;
  2. ;    $VER: AMMS Delete Node 1.00 [English] / 18-08-1995
  3. ;
  4.  
  5.  
  6. ;
  7. ;    Get name of node
  8. ;
  9. TEXT_GETNODE="Nodename"
  10. ;
  11. ;    Status : User doesn't exists
  12. ;
  13. TEXT_NOUSER1="User "
  14. TEXT_NOUSER2=" does not exists !"
  15. ;
  16. ;    Status : Delete node from nodelist
  17. ;
  18. TEXT_DELNODE1="Delete node "
  19. TEXT_DELNODE2=" from nodelist ... "
  20. ;
  21. ;    Status : Delete file from disk
  22. ;
  23. TEXT_DEL1="Delete file "
  24. TEXT_DEL2=" from disk ... "
  25. ;
  26. ;    Status : OK
  27. ;
  28. TEXT_OK="OK"
  29. ;
  30. ;    Status : Error
  31. ;
  32. TEXT_ERROR="ERROR"
  33.